home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir37 / hhmenu10.zip / HHMENU.DOC next >
Text File  |  1993-11-20  |  5KB  |  128 lines

  1.                                H. HUEY MENU SYSTEM 
  2.                                   (Version 1.10)
  3.                                -------------------
  4.  
  5.                             Programmed by Harold Huey
  6.                                     (c) 1993
  7.                              Version 1.00  Aug 1993
  8.                              Version 1.10  Nov 1993
  9.                      
  10.  
  11.              Requirements:  100% VGA GRAPHICS
  12.                             512K Conventinal Memory
  13.                             386 or Higher CPU
  14.                             Hard Disk Recommended
  15.  
  16.  
  17.          First to bring your attention. The copy enclosed in HHMENU.Zip   
  18.      is an evaluation copy. It is limited to 30 Days or when evaluation
  19.      capacity is reached. You are also encourage to pass HHMenu.Zip  to 
  20.      a friend for their Evaluation.
  21.  
  22.          HHMenu.Exe is an easy to use menu system that I created  as  a 
  23.     simple exercise in programming.  But,  soon  after  getting  it  to 
  24.     function in Version 1.00, I found that I could add  more  potential
  25.     to it and keep the simplicity of a  menu  system  intact.  Features 
  26.     like Password Levels, 8 Auto Execution selections,  User  Supported
  27.     Logo's, Usage Tracking, a Pop-Up Directory,  Exit  to  DOS  from  a 
  28.     Menu Item, and Operating under a Network Environment, and Operating 
  29.     under Multi-Tasking Environment.
  30.  
  31.  
  32.     Contents of HHMenu.Zip
  33.     ----------------------
  34.       Register.DOC
  35.       HHMENU.DOC
  36.       HHMENU.HLP
  37.       HHMENU.EXE
  38.  
  39.     
  40.     Getting Started
  41.     ---------------
  42.       A) Just copy the software into a HHMENU directory and pkunzip it.
  43.       B) Run HHMENU & it will automatically create two batch files.  
  44.          Press F10 to exit back to DOS. Run HHM.BAT and that will start
  45.          H. Huey MENU System.
  46.       C) Please note that it will be up to you to put HHMENU  directory 
  47.          into your path. Since HHM.BAT and it's  other  batch  file  is 
  48.          designed to work only in it's current directory.
  49.       D) Please note when Entering menu items. Do not enter  any  value 
  50.          into the password level, otherwise it will  trigger  the  need 
  51.          of a Password of that level &  Up.  The evaluation  copy  does 
  52.          not enclose the Password.Exe module. 
  53.          
  54.  
  55.     Important Keys
  56.     --------------
  57.        Normal HHMENU Mode
  58.        ------------------
  59.          F1_KEY    - Help.
  60.          F2_KEY    - Alter Menu
  61.          F3_KEY    - Appointments
  62.          F8_KEY    - Log Out
  63.          F10_KEY   - Exit HHMenu
  64.          ESC_KEY   - Escapes to a previous HHMenu.
  65.          ENTER_KEY - Activates Menu choice OR takes you to a another 
  66.                      HHMenu.
  67.          MENU ITEM 
  68.            CHOICES - Press the first character or digit takes
  69.          you to the choice. Duplicate first characters cycle through 
  70.          your choices.
  71.  
  72.  
  73.        Alter Menu Mode
  74.        ---------------
  75.          The top line & both bottom line portions of the screen leads to an
  76.        Easy Setup Access Form.
  77.  
  78.          The second line of the top portion of the screen is the Menu Title.
  79.        It changes as you go from HHMenu to HHMenu.
  80.  
  81.          Press Enter on a Menu Item gives you access to changing the 
  82.        properties of HHMENU.   
  83.  
  84.        CTRL_M - Move Menu Item
  85.  
  86.  
  87.        Alter Menu Item Properties
  88.        --------------------------
  89.  
  90.          [Program Submenu DOS] are the properties of an HHMenu Item. The 
  91.        first two are obvious. DOS is a property that allows one to exit 
  92.        to a DOS prompt and a drive & directory of your choice vs. Hitting 
  93.        F10 and returning to HHMenu directory.
  94.  
  95.          The DEL_KEY has a heirarchy of deletion:
  96.                  DOS -> PROGRAM -> BLANK ENTRY
  97.             SUB-MENU -> PROGRAM
  98.  
  99.          [Single Custom Run] are the properties that your program will run 
  100.        under. Single line batch file, Custom batch file, OR Run which will
  101.        Shell out to DOS and execute your single line and return to HHMENU
  102.        line.
  103.  
  104.          The DEL_KEY has a heirarchy of deletion:
  105.                  RUN -> SINGLE
  106.               CUSTOM -> SINGLE
  107.  
  108.  
  109.          F9_KEY is the Goto key for Submenu and Custom Batch and the Pop-Up
  110.        Directory Tree.
  111.          
  112.          Editing your submenus is like your HHMenu Entry Edits.
  113.  
  114.          Custom batch has some CTRL KEY editing features:
  115.            CTRL_I - Insert line key
  116.            CTRL_D - Delete line key
  117.            CTRL_R - Read a file in
  118.            CTRL_W - write a Custom Batch File out
  119.            F9_KEY - Calls up the Pop-Up Directory Tree.
  120.  
  121.          Pop-Up Directory Tree Editing Keys:
  122.            ENTER  - Selects the cursor choice & exits
  123.                     OR Navagates into directories.
  124.            CTRL_X - Runs a DOS Command
  125.            CTRL_S - Sorts Directory
  126.            CTRL_C - Allows you to change Drive & Directory
  127.  
  128.